home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / viewers / polyview / polyvw20.lha / PolyView2.0 / Examples / demo < prev    next >
Text File  |  1991-07-26  |  307b  |  15 lines

  1. ;;;
  2. ;;; DEMO Initialization File
  3. ;;;
  4. ;;; Purpose
  5. ;;; Opens a window and loads the demo.hdf Vset for viewing in it.
  6.  
  7. ; Open the window and load one frame of the demonstration dataset into it
  8. window open polyview "Demonstration"
  9. draw faces
  10.  
  11. data color px
  12. data file demo.hdf
  13. data frame /coil/frame20
  14. data load
  15.